From f9744cf194b8ce811dbaca0895e2ef6c10f99b9f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Tue, 3 Oct 2017 10:55:19 +0200 Subject: [PATCH] combobox: Remove unneeded queue_resize call The remove/add/set_parent/unparent calls in there already do the necessary work. --- gtk/gtkcombobox.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 2245aac2b9..4bb6b51f14 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -1228,7 +1228,6 @@ gtk_combo_box_add (GtkContainer *container, gtk_container_remove (GTK_CONTAINER (gtk_widget_get_parent (priv->cell_view)), priv->cell_view); _gtk_bin_set_child (GTK_BIN (container), NULL); - gtk_widget_queue_resize (GTK_WIDGET (container)); priv->cell_view = NULL; } -- 2.30.2